From 27f2f10b2110b037f9cd7c0799a90b1d65ab7f22 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 19 Apr 1993 21:29:48 +0000 Subject: [PATCH] (vc-revert-buffer1): Typo fix in last change. --- lisp/vc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/vc.el b/lisp/vc.el index fb2d1b2f042..c143fe93e5a 100644 --- a/lisp/vc.el +++ b/lisp/vc.el @@ -282,7 +282,7 @@ the master name of FILE; this is appended to an optional list of FLAGS." ;; Move the pointer up to find the error we were at before ;; reparsing. Now next-error should properly go to the next one. (while (and compilation-error-list - (/= error-pos (car (car errors)))) + (/= error-pos (car (car compilation-error-list)))) (setq compilation-error-list (cdr compilation-error-list)))))) (setq reparse (cdr reparse))) -- 2.30.2